home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / LDAP.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  95 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="LDAP" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Specifies the LDAP related settings</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="ServerDefinition">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Specifies LDAP server settings</desc>
  16.             </info>
  17.             <prop oor:name="Server" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Host name of LDAP Server</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="Port" oor:type="xs:int">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Port number of the LDAP Server</desc>
  29.                 </info>
  30.                 <value>389</value>
  31.             </prop>
  32.             <prop oor:name="BaseDN" oor:type="xs:string">
  33.  
  34.                 <info>
  35.  
  36.                     <desc>Root entry of the LDAP server</desc>
  37.                 </info>
  38.             </prop>
  39.         </group>
  40.     </templates>
  41.     <component>
  42.  
  43.         <group oor:name="UserDirectory">
  44.  
  45.             <info>
  46.  
  47.                 <desc>Specifies LDAP settings used for UserProfile settings</desc>
  48.             </info>
  49.             <prop oor:name="SearchUser" oor:type="xs:string">
  50.  
  51.                 <info>
  52.  
  53.                     <desc>DN of user with read-only access to LDAP repository. Only required if anonymous access is not supported.</desc>
  54.                 </info>
  55.             </prop>
  56.             <prop oor:name="SearchPassword" oor:type="xs:string">
  57.  
  58.                 <info>
  59.  
  60.                     <desc>Password of Search User. Only required if anonymous access is not supported.</desc>
  61.                 </info>
  62.             </prop>
  63.             <prop oor:name="UserObjectClass" oor:type="xs:string">
  64.  
  65.                 <info>
  66.  
  67.                     <desc>Name of User entity object class in LDAP repository</desc>
  68.                 </info>
  69.             </prop>
  70.             <prop oor:name="UserUniqueAttribute" oor:type="xs:string">
  71.  
  72.                 <info>
  73.  
  74.                     <desc>Name of User entity unique attribute in LDAP repository</desc>
  75.                 </info>
  76.             </prop>
  77.             <prop oor:name="Mapping" oor:type="xs:string">
  78.  
  79.                 <info>
  80.  
  81.                     <desc>Name of OOo to LDAP mapping file</desc>
  82.                 </info>
  83.             </prop>
  84.             <node-ref oor:name="ServerDefinition" oor:node-type="ServerDefinition">
  85.  
  86.                 <info>
  87.  
  88.                     <desc>Specifies the LDAP related settings</desc>
  89.                 </info>
  90.             </node-ref>
  91.         </group>
  92.     </component>
  93. </oor:component-schema>
  94.  
  95.